home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / bingo21b.zip / READ.ME < prev    next >
Text File  |  1991-10-13  |  20KB  |  431 lines

  1.                          Read Me file for Bingo 2.10b
  2.                          ----------------------------
  3.  
  4.           "I feel you have done a great programming job with
  5.      Bingo ..."
  6.      
  7.           "I've chosen Bingo over most of its competition.  It's
  8.      fully featured and configurable and offers and extensive
  9.      menuing system for access to infrequently used commands."
  10.       
  11.           "Enclosed is my registration for Bingo.  This is a fine
  12.      piece of work.  I must especially compliment the mouse
  13.      interface, which is the best I have seen."
  14.      
  15.           "Great editor!  Exactly what I've been looking for.
  16.       Please send the current version if I don't have the
  17.       latest."
  18.       
  19.           "Keep up the good work, Bingo surely is one of the best
  20.      editors around and deserves success."
  21.      
  22.           "Bingo's great!"
  23.           
  24.           "Bingo is an excellent text processor."
  25.           
  26.           "Couldn't live without Bingo now!"
  27.           
  28.      These are some of the things people have said about The
  29. Bingo Programmer's Text Editor.  Now that you have this copy in
  30. your hands, you can see for yourself what all the excitement is
  31. about.
  32.  
  33.    This file list various pertinent information about the Bingo
  34. Programmer's Text Editor such as:
  35.    -->   included files
  36.    -->   features of Bingo, and what's new with this version
  37.    -->   major bugs fixed in this version
  38.    -->   some notes about registering
  39.    -->   author's comments
  40.    -->   how to contact the author
  41.    -->   how to acquire the latest version
  42.    -->   A Contest!!
  43.    -->   Version 2.10x
  44.    
  45. Included files on disk/in archive:
  46. ----------------------------------
  47.  
  48.    read.me      : this file.  chock full of *extremely* important
  49.                   stuff
  50.  
  51.    be.exe       : Bingo Editor 2.10 overlay executable
  52.    
  53.    be.com       : Bingo Editor 2.10 startup executable
  54.  
  55.    bingo.doc    : documentation for Bingo; ready to be printed out
  56.                   on an ascii line printer, laser printers included.
  57.                   
  58. ****************************************************************
  59. ** The documentation in BINGO.DOC is essentially the version  **
  60. ** 2.10 documentation.  The differences between 2.10 and      **
  61. ** its subsequent bug fix versions are minmal, and are        **
  62. ** delineated here in this file.                              **
  63. ****************************************************************
  64.  
  65.    register.doc : copy of the license agreement and registration
  66.                   form, ready to be printed out on an ascii line
  67.                   printer.
  68.  
  69.    keycfg.set   : compiled key configuration from BINGO.CFG, file
  70.                   Bingo looks for on startup
  71.  
  72.    bingo.hlp    : help file for the supplied sample keyboard
  73.                   definition file (the one I use)
  74.  
  75.    bingo.cfg    : sample keyboard definition file (the one I use)
  76.    
  77.    Additionally, there will be a number of additional *.cfg
  78. files.  These may include, but are not necessarily limited to:
  79.  
  80.    emacs.cfg    : sample keyboard definition file which mimics some of
  81.                   the EMACS command set
  82.  
  83.    wskey.cfg    : sample keyboard definition file which allows Bingo
  84.                   to mimic some of the Wordstar/Borland command set.
  85.                           
  86. Features of Bingo through version 2.10
  87. --------------------------------------
  88.    - high speed execution, with particularly fast searches,
  89.      screen handling, and file I/O
  90.    - virtual memory for file storage; up to 240 Megabytes of file
  91.      storage possible
  92.    - full color support
  93.    - programmable integrated mouse support
  94.    - support of VGA, EGA, & MCGA extended text modes
  95.    - superb macro capability
  96.    - large suite of utility functions: entab; detab; command
  97.      repeat; shift; etc.
  98.    - custom define your own keyboard setup
  99.    - complete menu system supporting most Bingo functions
  100.    - multiple files, multiple windows: view different sections of
  101.      the same file, or different files at the same time
  102.    - execute DOS commands, including command-line compilers
  103.      within only ~3k of overhead
  104.    - regular expression search and replace
  105.    - completely configurable from within itself
  106.    - use placemarks to mark positions in files
  107.    - user definable help file
  108.    - extensive block operation support, include point, line and
  109.      column marking, and two different sets of block operations
  110.    - one default block buffer, plus 26 additional named buffers
  111.    - wordwrap, paragraph formatting, and autoindent support
  112.      included for text processing work
  113.    - C Mode supports programming in the C programming language
  114.    - User-defined delimiter and indentation matching
  115.    - directory list picker
  116.    - execute *any* Bingo function from within Bingo whether it
  117.      has been assigned to a key or not using a 'function picker'
  118.    - interrupt Bingo at any point and exit, and when you restart
  119.      Bingo it will pick up exactly where you left off
  120.    - print files & blocks through the serial port, parallel port,
  121.      or to a file, with or without line numbers
  122.    - set printing left margin, top margin, and lines per page
  123.    - automatic processing of errors generated by the Borland and
  124.      Microsoft developmental tools.
  125.    - undelete stack of deleted items
  126.    - execute any command or macro "globally" over all files in
  127.      the ring
  128.    - profile files allow file extension specific settings.
  129.  
  130. Features New and Missing in Bingo version 2.10a
  131. ----------------------------------------------
  132.      So many new things to talk about!  Version 2.10 is
  133. essentially a complete rewrite of Bingo; less than half of the
  134. code made it to 2.10 unchanged.  This necessitated a lengthy
  135. beta-test period, and accounts for the delay in releasing this
  136. version.
  137.      The major change in version 2.10 is the (welcome)
  138. implementation of a virtual memory management scheme.  Properly
  139. set up, with the available disk space, Bingo is now capable of
  140. handling up to 240 Megabytes (!) of file storage.  That is a lot
  141. of lines of code.  As a side benefit, file IO is *much* faster,
  142. and memory usage is more efficient.  I'll think you'll like it.
  143.      Several functions were dropped in release 2.10.  They are:
  144.      
  145. key_set_impress:    This is now an unnecessary function, as key
  146.      definitions have been offloaded into the 'keyset.cfg' file.
  147.      Thus, 'key_set_save' can give you the same functionality.
  148.  
  149. del_word: This was replaced by two functions, 'del_word_rt' &
  150.      'del_word_lt'.  'Nuff said.
  151.  
  152. conf_null:     This is now completely unnecessary, as the only
  153.      control character Bingo dislikes is the EOF marker,
  154.      control-Z.  Nulls it handles with complete aplomb.
  155.  
  156. conf_ctrl_display:  This was dropped because we decided it was
  157.      not being used by our users much, based on conversations
  158.      with them.  Part of its functionality has been provided by
  159.      the 'conf_eol_display' function.
  160.  
  161. conf_curs:     This was dropped, because it did not work reliably
  162.      on most machines.  Look for the solid cursor, and better
  163.      cursor control in general to return in a future version.
  164.  
  165. conf_tabexpand:     This was dropped because it was too slow, and
  166.      fairly unnecessary.  Simply use the 'detab' function once
  167.      from the editing screen; this is a one-time deal anyway.
  168.      Plus, though we were never able to verify it, there is a
  169.      strong suspicion that the automatic tab expanding caused
  170.      machines to crash in some instances.
  171.  
  172.      The following is a summary of the new features available in
  173. this version.  Note that, since we had to re-implement so mych of
  174. the editor, there were not a lot of big, new, shiny functions
  175. added.  Next time.
  176.  
  177. -    now you can redefine basic keystrokes to be any other
  178.      printable character.  For example the line
  179.           a         â
  180.      in a .CFG file would redefine the 'a' key to be 'â'.  This
  181.      translation will occur when you are entering text directly
  182.      into the buffer, and during string-entry for search and
  183.      replace.  This should please my international customers.
  184. -    new command line switch added which will let you run a macro
  185.      file automatically upon startup.  
  186.       "be <fname1> <fname2> -x[macro_filename1] -x[macro_filename2] ..." 
  187.      will run [macro_filename1] in <fname1>, and [macro_filename2] 
  188.      in <fname1>
  189. -    a new configuration option 'conf_exit_to_pick' allows you to
  190.      tell Bingo to pop up the edit file box, and the picker if
  191.      desired, when the last file in the ring is exited.  The
  192.      exception to this is the 'abort_all' commmand, which simply
  193.      exits Bingo as usual.
  194. -    'center_text' function added.  centers the text on the
  195.      current line, or the marked lines, relative to the right
  196.      margin active for the current bufer.
  197. -    whenever you are in a string-entry box, pressing the Tab key
  198.      will insert the current contents of the first line of the
  199.      current paste buffer.  Very useful.
  200. -    'mark_last_found' will unmark the current buffer, then mark
  201.      the last text found by the search algorithm, providing 
  202.           1) the last search did not fail 
  203.           2) you are located on the found position 
  204.      Also very useful when writing macros.
  205. -    'display_file' function added.  Displays the named file in a
  206.      box, similar to the popup help box.
  207. -    word wrap mode altered so it triggers on the typing of a
  208.      *non* space character rather than a space character.
  209. -    point marking has been altered.  The new method excludes the
  210.      second endpoint from the region.  This will make people from
  211.      other editors more at home.
  212. -    fixed the 'reform_para' command so that two spaces were
  213.      preserved after '.' characters (end of sentences) as this is
  214.      the accepted standard.
  215. -    wild card loading is here.  If you give Bingo a wildcard,
  216.      when the pickdir box pops up, in addition to a 'New File
  217.      Spec' option, there is a 'Load All Matching' option.
  218. -    support for relative pathnames via '..' & '.' now implemented.
  219. -    Alt-A in a string entry box leads to the ASCII table, to
  220.      facilitate entry of control characters, and other wierdness.
  221. -    ALL of the word functions have been rewritten to be more
  222.      consistent.  In particular, you can move word left or right,
  223.      and delte left or right by word, by using 'del_word_rt' &
  224.      'del_word_rt'.  Using the 'conf_word' function you may
  225.      decide just what your idea of a word is.
  226. -    'scroll_up' & 'scroll_down' functions altered to keep the
  227.      cursor on a constant line of text.
  228. -    'clean_file' & 'clean_all' will reset the modify flag of a
  229.      file, or all the files, respectively.
  230. -    'pick_file' remembers the last 15 files you edited, in
  231.      reverse order, even across editing sessions.
  232.      'conf_name_save' governs both whether the filename saving
  233.      takes place, and where the file "recall.be" is placed.
  234. -    'mouse_scroll', the only new mouse functions, allows you to
  235.      click and drag to move and mark.
  236. -    'conf_delims' lets you define you own delimiters for Bingo
  237.      to balance, besides [{()}].
  238. -    'repeat_last' will repeat the last executed function once.
  239.      A nice shortcut.
  240. -    'conf_scr_save' allows you to tell Bingo to save and then restore
  241.      the DOS screen.  Costs some memory, but enough of you asked
  242.      for it, so here it is.
  243. -    'conf_eol_display' lets you designate the decimal value of
  244.      the ASCII character Bingo will use to display the end of the
  245.      line.  By default this is the space characters (ASCII 32).
  246.      
  247. Fixed Bugs in version 2.10
  248. --------------------------
  249. -    If the last line of the file was blank, it was being
  250.      dropped from the file each time it was written to disk.
  251.      Fixed.
  252. -    problem with the 'cur_file' identifier causing
  253.      unpredictable behavior with filenames 12 characters long.
  254.      Fixed.
  255. -    both the 'cursor_right' and 'cursor_left' functions were
  256.      behaving incorrectly when in bounce cursor mode.  Fixed.
  257. -    'place_mark' was incorrectly recording the column of the
  258.      current position when the window was horizontally scrolled.
  259.      Fixed.
  260. -    default extensions were not being used on files loaded from
  261.      the command-line or the 'New Spec' function of the file
  262.      picker.  This has been rectified.
  263. -    problem with the 'chdir' function not working in certain
  264.      situations fixed.
  265. -    when you a window was closed, the position you returned to
  266.      in the next window was not always accurate.  Fixed.
  267. -    auto tab expansion could cause Bingo to crash under certain
  268.      situations, or at least that is the prevailing thought.  We
  269.      never found the coding error to support this, but sometimes
  270.      you have to go with instinct.  After polling a number of my
  271.      users, this feature was deleted from version 2.10; if you
  272.      wish to expand tabs into spaces, the entab/detab functions
  273.      are available as always.
  274. -    still (!) a persistent bug in the overwrite mode.  Fixed, at
  275.      least so far as we have been able to test.
  276.  
  277. Registering
  278. -----------       
  279.    Starting with version 2.10, there is a two-tiered registration
  280. method.  You can register for the current version, one time only,
  281. for $40.00.  This is called Single Version registering.  This
  282. type of registration entitles you to use the current version of
  283. Bingo, and to support for that version.
  284.    You can also opt for the Lifetime registration, for $75.00.
  285. This entitles you to subsequent revisions for a $5 shipping fee,
  286. and support for as long as the product is available.  
  287.    People who registered prior to version 2.10 are automatically
  288. upgraded to Lifetime registrations.
  289.    When you register your copy of Bingo, you will get an
  290. executable with your name on the opening screen, so you can show
  291. everyone what an honest person you are.
  292.    
  293.    About the price increase.  Let's face it folks, $40/$75 is
  294. still a great price.  Version 2.10 is a near-complete rewrite;
  295. its genesis was very much like that of a new program, from
  296. scratch.  Also, many of my users have said they think I was
  297. underpricing myself -- one even went so far as to pay over the
  298. requested $30 because he felt it was too little.  Looking around,
  299. I doubt anyone will *not* by Bingo because of a $10 change in
  300. proce (in the cheapest form).  Let me have your thoughts.
  301.  
  302. Comments
  303. --------
  304.    Whether you are an avid user or an avid hater of Bingo, PLEASE
  305. do not hesitate to contact me.  It is of tremendous use to me to
  306. get your feedback on Bingo.  Seriously!
  307.  
  308. Contacting the Author:
  309. ----------------------
  310.  
  311.    Feel free to contact me any time about any problems, suggestions,
  312. or just plain discussions concerning Bingo, regardless of whether
  313. you are registered.  Without users, any product, now matter how
  314. good, is so much raw data sitting on a disk somewhere.  Either
  315. write or call to this address:
  316.  
  317.                   Christopher R. S. Schanck
  318.                   PO Box 279
  319.                   Hanover MD 21076
  320.                   (301) 730-9874
  321.  
  322. if that number should give you any trouble, use:
  323.  
  324.                   (215) 691-1070
  325.                   9am to 6pm EST
  326.                   
  327. Compuserve
  328. ----------
  329.    As of 7/91, I am on Compuserve.  Contact me at 70541,3614.
  330. This is the most reliable way to contact me, as I check my email
  331. regularly.
  332.  
  333. Getting the Latest Version
  334. --------------------------
  335.    The best way to aquire the latest version of Bingo is by
  336. calling the Computer Connections BBS in Washington DC.  This is a
  337. very fine, very large board which is excellently managed.  It
  338. will always have the latest release, and E-Mail left for me their
  339. will get responded to.  The phone number is:
  340.    (202) 547-2008
  341. Compuserve will also have the latest version.   
  342.  
  343. The Contest
  344. -----------
  345.    Folks, Bingo needs a slick icon design for Windows 3.x.  So
  346. send me your icons, via Compuserve or the US Mail, and the best
  347. (my *purely* subjective decision ;-) will get shipped with the next
  348. version of Bingo.  The designer of the winning icon will be
  349. entitled to free upgrades and registration for as long as he/she
  350. desires, and will get to beta-test future versions.  This is
  351. a way to get in on the development of Bingo at the ground level. 
  352.  
  353. Hints
  354. -----
  355.      I would like to compile a list of hints to include with Bingo.  
  356. Most users have discovered sharp little tricks about configuring
  357. Bingo, and about using the more complex functions.  So send me
  358. your ideas for this file, and it may get included in the next
  359. release.  This includes any nifty macros you come across.
  360.  
  361. Version 2.10a
  362. -------------
  363. -    Fixed a bug in how Bingo handled the end of the file.  This
  364. was a fairly serious bug, and is the prime reason version 2.10a
  365. was released so soon on the heels of version 2.10a.  This affected
  366. any number of different functions attempted near the end of the
  367. buffer.
  368. -    Added 'conf_prn_eol' function, to allow you to control
  369. whether Bingo's printing subsystem terminates lines with CR/LF
  370.      pairs, or just LFs.  
  371. -    Added 'conf_prn_lineno' so line numbering is a configuration
  372. option rather than a question.  
  373. -    Added 'conf_prn_header' which if turned on will tell bingo
  374. to print a 2 line header at the top of each page, with the time,
  375. date, filename, and page number.  Very handy if you work with a
  376. laser printer.  
  377. -    Added 'leap_forward' function.  Very simple.  It asks for a
  378. single keypress, then jumps forward to the next occurance of that
  379. character, case-insensitive.  If you hit a function key, or
  380. return, the function will leap using the previous target.  The
  381. 'leap_backward' function works exactly the same, except toward
  382. the beginning of the file.
  383. -    a small, but *very* vocal group of users convinced to make
  384. Bingo's tendency to turn the filename 'test' into 'test.*'.  So
  385. what we did was get rid of this design altogether.  "Arrrgghhhh!"
  386. say the majority of my users.  Worry not; I am not any less lazy
  387. than I used to be.  Using the C)onfig, F)ile IO, e(X)tensions
  388. choice in the menu ('conf_def_ext' function), you can achieve the
  389. exact same functionality by defining the extensions '.*' as your
  390. last extension.  This is the way Bingo comes configured.  
  391. -    Another small problem was with KEYCFG.EXE.  When you used
  392. the defaults, the keyset filename was KEYSET.CFG, not KEYCFG.SET.
  393. This no doubt caused problems for which I apologize.
  394. -    PAGESIZE now allows you more complete control over the memory
  395. allocation strategy Bingo uses.  The syntax is now: 
  396.      pagesize X Y <filename> where X is the number of 'buckets'
  397. to allocate (in kilobytes), Y is the size of each bucket page (in
  398. kilobytes), and <filename> is the executable to modify, by
  399. default BE.EXE.  For example, a bucket size of 4K and a pagesize
  400. of 2K gives a theoretical memory limit of 8 Megabytes.
  401.  
  402. Version 2.10b
  403. -------------
  404. -    Fixed a minor display problem with the 'query_quote'
  405. function not updating the display.
  406. -    When swapped out with the virtual memory enabled, Bingo was
  407. not always clearing the swapfile out of the way when swapping,
  408. thus chewing up disk space.  Fixed.
  409. -    Fixed the printer subsystem, so that it will dependably end
  410. pages when you are using a bottom margin.
  411. -    Fixed a bug in the search routine.  Basically, Bingo wouln't
  412. search past the 32,766th line of a file (used an int where I
  413. should have used a long, natch).
  414. -    Fixed a bug in the info command, where it would on certain
  415. machines return truly large inaccurate numbers for the amount of
  416. RAM free when there was in fact no local RAM available.
  417. -    from a string entry box, in addition to accessing the most
  418. recently entered strings via the Up_Arrow key, you can now access
  419. the file pick list via the Page_Up key.  Very useful for the
  420. terminally lazy among us.
  421. -    altered the 'scroll_up' and 'scroll_down' commands to
  422. *finally* work the way they were intended -- the screen moves but
  423. the cursor is fixed.
  424.  
  425. Registration & the Bug Fix Versions 2.10(a,b,c ...)
  426. -----------------------------------------
  427.      For all intents and purposes, registering 2.10 and
  428. 2.10(a,b,c ...) entitles you to the same thing.  Since versions
  429. 2.10a to 2.10(?) solely redress bugs, they do not count as
  430. upgrades.
  431.